go/types.environment.hasLabel (field)

4 uses

	go/types (current package)
		check.go#L81: 	hasLabel      bool                   // set if a function makes use of labels (only ~1% of functions); unused outside functions
		stmt.go#L45: 	if check.hasLabel {
		stmt.go#L435: 		check.hasLabel = true
		stmt.go#L580: 			check.hasLabel = true